xl: Add 'xen_version' to `xl info`
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 10 Jul 2013 16:46:30 +0000 (17:46 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 12 Jul 2013 16:34:03 +0000 (17:34 +0100)
commit395f777ae0eed67b03596fe38d6d90f307ddd036
tree6a6ddec164ce5c61f2e720f9409764929fafbd41
parentcd79a9bf3613b249bbca8aeded309cbd701f9ce1
xl: Add 'xen_version' to `xl info`

Getting the full Xen version in an easily scriptable way is awkward,
especially if trying to piece together from xen_{major,minor,extra}.

This reflects $(XEN_FULLVERSION) in the build system (but under a more
sensible name, as $(XEN_VERSION) is just the major number).

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Matt Wilson <msw@amazon.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c